Release 10.1A: OpenEdge Deployment:
Managing 4GL Applications
_tlr Module
Changes the default values of environment variables as defined in various scripts.
Syntax
The first syntax format processes one file at a time. The second processes a list of files read from a file.
var-nameA constant character string that identifies the environment variable whose value you want to modify.
replace-valueA constant character string that identifies the new default value of the environment variable.
file-nameThe name of the file in which you want to modify the default value of the environment variable.
file-listThe name of a file containing a list of filenames in which you want to modify the value of the environment variable.
ExampleSeveral of the scripts provided with OpenEdge name the
DLCenvironment variable as follows:
In this example, if the value of the
DLCenvironment variable has been defined, the script uses the value of that variable. Otherwise, it uses/usr/dlcas the value ofDLC.To change the default value of the
DLCvariable to/tmp/dlcin a script namedtest.dat, use this command:
This command changes the environment variable line in
test.datfrom:
to:
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |